Apply image as full screen responsive background

38

html {
  background: url(images/bg.jpg) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}

Comments

Submit
0 Comments